#´ duas strings
#´ @param x uma string
#´ @param y outra string
#´ @export
colar <-function(x,y) {
a<-paste(x,y)
paste("La respuesta es: ", a)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.